home *** CD-ROM | disk | FTP | other *** search
/ Teach Yourself Web Publi…sional Reference Edition) / Teach Yourself Web Publishing HTML 3.2.iso / mac / iso9660 / 3RDPARTY / HTML / Powertools / VERBOSE.TE_ / VERBOSE.TE
INI File  |  1997-03-12  |  4KB  |  145 lines

  1. [Section Start: Template Properties]
  2. Name:Verbose (HTML)
  3. Report HTML:HTML
  4. Report only files with errors:No
  5.  
  6. [Section Start: Project Report]
  7. <HTML>
  8.  
  9. <!--
  10.     Date/Time:    {AnalysisTime}
  11.     File:        {ReportFileName}
  12.     Subject:    HTML Project Statistics for {ProjectName}
  13.     Created by: HTML PowerAnalyzer version {ProgramVersion}
  14. -->
  15.  
  16. <HEAD>
  17.     <TITLE>HTML Analysis Report: {ProjectName}</TITLE>
  18. </HEAD>
  19.  
  20. <BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
  21.  
  22. <I><B>Note:</B> This report represents the maximum that can be reported.
  23. Most users will want to customize this report to eliminate those items
  24. that are not of interest. It is very easy to customize this report according
  25. to personal preference. Please click <B>Customize the Reports</B> in HTML
  26. PowerAnalyzer's Help table of contents for complete details. There are also
  27. other report templates to choose from.</I><P><HR><P>
  28.  
  29. <H1>HTML Analysis Report: <FONT COLOR="#0000FF">{ProjectName}</FONT></H1>
  30. <I>{AnalysisTime}</I>
  31. <P>
  32.  
  33. <H2>Table of Contents</H2>
  34.  
  35. <A HREF="#projstats"><H3>Project Statistics and Summaries</H3></A>
  36.  
  37. <UL>
  38.     <LI><A HREF="#externalall">All External Links from Project</A>
  39.  
  40.     <LI><A HREF="#errors">All Project Files Containing HTML Errors</A>
  41.  
  42.     <LI><A HREF="#badrefs">All Project Files Containing Invalid Links</A>
  43.  
  44.     <LI><A HREF="#unused">All Unlinked Files Found in Project Directories</A>
  45. </UL>
  46. <P>
  47.  
  48. <A HREF="#f1"><H3>Individual File Reports</H3></A>
  49. <UL>
  50. {ListAllFiles}
  51. </UL>
  52. <P>
  53. <HR>
  54.  
  55. <A NAME="projstats"><H2>Project Statistics and Summaries</H2></A>
  56.  
  57. <PRE>
  58. Browser/HTML standard analyzed:   {RulebaseUsed}
  59. Number of HTML files in project:  {NumFilesAnalyzed}
  60. Number of file lines in project:  {TotalLines}
  61. Total number of bytes in project: {TotalBytes}
  62. Total HTML errors in project:     {NumHTMLErrors}
  63. </PRE>
  64. <P>
  65.  
  66. <A NAME="externalall"><H3><FONT COLOR="#FF0000">All External Links from Project</FONT></H3></A>
  67. <PRE>
  68. {ListExternalLinks}
  69. </PRE>
  70.  
  71. <A NAME="errors"><H3><FONT COLOR="#FF0000">All Project Files with HTML Errors</FONT></H3></A>
  72. <UL>
  73. {ListErrorFiles}
  74. </UL>
  75. <P>
  76.  
  77. <A NAME="badrefs"><H3><FONT COLOR="#FF0000">All Project Files with Invalid Links</FONT></H3></A>
  78. <UL>
  79. {ListBadLinksFiles}
  80. </UL>
  81. <P>
  82.  
  83. <A NAME="unused"><H3><FONT COLOR="#FF0000">All Unlinked Files Found in Project Directories</FONT></H3></A>
  84. <FONT SIZE=-1>Note: This list is only dependable if (a) all HTML files in the project's
  85. defined directories were included in this analysis, (b) no syntax errors exist
  86. in tags that are intended to reference any of these files, and (c) the HTML
  87. Rulebase used for this analysis defines as Reference all attributes
  88. that in fact point to any of these files.</FONT><P>
  89. <UL>
  90. {ListUnlinkedFiles}
  91. </UL>
  92. <P>
  93.  
  94. [Section Start: File Report]
  95. <HR>
  96. <H2>HTML File: {HTMLFileName}</H2>
  97.  
  98. <PRE>
  99. File date and time: {HTMLFileTime}
  100. Lines in file:      {TotalLines}
  101. Bytes in file:      {TotalBytes}
  102. </PRE>
  103. <P>
  104.  
  105. <H3><FONT COLOR="#FF0000">HTML Errors</FONT></H3>
  106. {ListHTMLErrors}
  107. <P>
  108.  
  109. <H3><FONT COLOR="#FF0000">Invalid Internal Links:</FONT> {NumInvalidInternalLinks}</H3>
  110. <UL>
  111. {ListInvalidInternalLinks}
  112. </UL>
  113. <P>
  114.  
  115. <H3><FONT COLOR="#FF0000">Valid Internal Links:</FONT> {NumValidInternalLinks}</H3>
  116. <UL>
  117. {ListValidInternalLinks}
  118. </UL>
  119. <P>
  120.  
  121. <H3><FONT COLOR="#FF0000">All External Links:</FONT> {NumAllExternalLinks}</H3>
  122. <UL>
  123. {ListAllExternalLinks}
  124. </UL>
  125. <P>
  126.  
  127. <H3><FONT COLOR="#FF0000">Unrecognized Links:</FONT> {NumUnknownLinks}</H3>
  128. <UL>
  129. {ListUnknownLinks}
  130. </UL>
  131. <P>
  132.  
  133. <H3><FONT COLOR="#FF0000">References with Capital Letters:</FONT> {NumLinksWithCaps}</H3>
  134. <UL>
  135. {ListLinksWithCaps}
  136. </UL>
  137. <P>
  138.  
  139. <H3><FONT COLOR="#FF0000">Token Usage Summary</FONT></H3>
  140. <PRE>
  141. {ListHTMLTags}
  142. </PRE>
  143. <P>
  144.  
  145.